Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / OwnedCollectionBase<TItem> Class / Changed Property

In This Topic
    Changed Property (OwnedCollectionBase<TItem>)
    In This Topic
    Gets a value indicating whether the collection was changed.
    Syntax
    'Declaration
     
    Public Property Changed As System.Boolean
    public System.bool Changed {get; set;}
    See Also